.wrap{
	width: 100%;
}
.top_box{
	background: #bf1d25;
	width: 100%;
	height: 315px;
	position: relative;
}
.top_con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;

}
.top_con #logo{
	display: block;
	margin: 0 auto;
	position: relative;
	top:86px;
}
.top_box2{
	width: 100%;
	height: 25px;
	text-align: center;
}
.nav_box{
	background: #efefef;
	width: 100%;
	height: 60px;
}
.nav_box ul{
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.nav_box ul li{
	display: block;
	width: 240px;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}
.nav_box ul li:hover{
	font-weight: bold;
}
.fixed{
	position: fixed;
	top: 0;
	z-index: 99;
	background:#bf1d25!important;
}
.fixed li{
	color: #ffffff !important; 
}
.foot_box{
	width: 100%;
	background: #232323;
	padding: 45px 0 80px;
	margin-top: 70px;
}
.foot_box .foot_con{
	width: 1200px;
	margin:0 auto;
}
.foot_box .foot_con .title{
	font-size: 24px;
	color: #ffffff;
	width: 100%;
	padding-bottom: 50px;
	border-bottom:solid 1px #393939;
}
.foot_box .foot_con .title .txt_red{
	color: #c21b1f;
}
.foot_box .foot_con .con_l,.foot_box .foot_con .con_r{
	margin-top: 40px;
}
.foot_box .foot_con .con_l .title2,.foot_box .foot_con .con_r .title2{
	font-size: 18px;
	color: #ffffff;
}
.foot_box .foot_con .con_r .title2{
	width: 136px;
	text-align: center;
}
.foot_box .foot_con .con_l li{
	margin-top: 22px;
	font-size: 14px;
	color: #878787;
}
.foot_box .foot_con .con_r .img_ewm{
	width: 136px;
	height: 136px;
	margin-top: 22px;
}